os.File.wrapErr (method)
12 uses
os (current package)
file.go#L120: return n, f.wrapErr("read", e)
file.go#L139: err = f.wrapErr("read", e)
file.go#L158: return n, f.wrapErr("write", e)
file.go#L187: err = f.wrapErr("write", e)
file.go#L215: err = f.wrapErr("write", e)
file.go#L243: return 0, f.wrapErr("seek", e)
file.go#L370: func (f *File) wrapErr(op string, err error) error {
file_posix.go#L95: return f.wrapErr("chmod", e)
file_posix.go#L143: return f.wrapErr("chown", e)
file_posix.go#L156: return f.wrapErr("truncate", e)
file_posix.go#L169: return f.wrapErr("sync", e)
file_posix.go#L198: return f.wrapErr("chdir", e)